Results for print(format(" Current pos geodetic: Lat = {:.{}f}", [](self::current_pos_geo, 0), 6), format(", Long = {:.{}f}", [](self::current_pos_geo, 1), 6))
Results for print(format(" Current pos cartesian: X = {:.{}f}", [](self::current_pos_nav, 0), 2), format(", Y = {:.{}f}", [](self::current_pos_nav, 1), 2))